Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aajanki/blog


https://github.com/aajanki/blog

Last synced: about 2 months ago
JSON representation

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
```