https://github.com/mariatta/mariatta.github.io
https://github.com/mariatta/mariatta.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariatta/mariatta.github.io
- Owner: Mariatta
- License: mit
- Created: 2017-06-30T23:50:56.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T19:12:46.000Z (6 months ago)
- Last Synced: 2025-01-06T00:55:02.208Z (5 months ago)
- Language: HTML
- Homepage: https://mariatta.ca
- Size: 171 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My new personal website
Hugo static site with Toha theme.
## Local installation
Install hugo and hugo-toha theme
```
npm install
hugo server -w
```## Creating new posts
### New ice cream selfie post
```
hugo new --kind ice_cream_selfies posts/ice_cream_selfies/2023/event-name/index.md
```### New talk post
```
hugo new --kind talks posts/talks/2023/talk-name/index.md
```