https://github.com/tiagodread/tiagodread.github.io
Quality Engineering Logbook
https://github.com/tiagodread/tiagodread.github.io
quality-assurance testing
Last synced: 5 months ago
JSON representation
Quality Engineering Logbook
- Host: GitHub
- URL: https://github.com/tiagodread/tiagodread.github.io
- Owner: tiagodread
- Created: 2020-08-17T22:22:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T13:22:45.000Z (over 1 year ago)
- Last Synced: 2025-07-22T18:40:35.388Z (12 months ago)
- Topics: quality-assurance, testing
- Language: HTML
- Homepage: https://tiagodread.github.io/
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiago's Blog
## Installation and running
1. Clone this repository
2. Run `cd tiagodread.github.io`
3. Init the submodule `git submodule init`
4. Update the submodule `git submodule update`
5. Build the site `hugo`
6. Run hugo server `hugo server`
```sh
git submodule add --depth=1 themes/PaperMod
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
git submodule update --remote --merge
```