Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aajanki/blog
https://github.com/aajanki/blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aajanki/blog
- Owner: aajanki
- License: cc-by-sa-4.0
- Created: 2023-05-22T18:05:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:36:28.000Z (3 months ago)
- Last Synced: 2024-10-17T03:12:40.799Z (3 months ago)
- Language: HTML
- Homepage: https://bittientakana.blog
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bittien takana -blogin lähdekoodit
Lue blogia osoitteessa [bittientakana.blog](https://bittientakana.blog)
## Alkutoimenpiteet
```
git submodule init
git submodule update
```## Uusi blogipostaus
```
hugo new content content/blog/otsikko/index.md
```## Käännös lähdekoodista HTML:ksi
```
hugo server --buildDrafts
```