Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwittchen/wittchen.io
a source code of my personal website and blog
https://github.com/pwittchen/wittchen.io
blog notes website
Last synced: about 1 month ago
JSON representation
a source code of my personal website and blog
- Host: GitHub
- URL: https://github.com/pwittchen/wittchen.io
- Owner: pwittchen
- License: gpl-3.0
- Created: 2018-02-19T13:08:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T11:26:09.000Z (about 2 months ago)
- Last Synced: 2024-12-13T12:28:45.886Z (about 2 months ago)
- Topics: blog, notes, website
- Language: HTML
- Homepage: https://wittchen.io
- Size: 27.5 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wittchen.io
===========this is source of [wittchen.io](http://wittchen.io), which is my personal website and blog based on [hugo](https://gohugo.io/)
contents
--------
- [writing](#writing)
- [running](#running)
- [deployment](#deployment)writing
-------to create a new post, type
```
hugo new content/posts/my-new-post.md
```running
-------```
hugo server -D
```deployment
----------just update content and run command:
```
hugo -D
```then commit and push your changes
deployment will be triggered automatically with github actions