Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osanj/osanj.github.io
https://github.com/osanj/osanj.github.io
hugo-blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osanj/osanj.github.io
- Owner: osanj
- Created: 2019-12-22T16:01:23.000Z (about 5 years ago)
- Default Branch: source
- Last Pushed: 2023-01-07T15:37:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T00:34:42.933Z (2 months ago)
- Topics: hugo-blog
- Language: HTML
- Homepage: https://osanj.github.io/
- Size: 34.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osanj.github.io
* development in `source` branch
* serving from `master` branchThis blog uses the `mmark` tag. For a successful build, use [hugo v0.53](https://github.com/gohugoio/hugo/releases/tag/v0.53).
To build the blog do:
1. checkout `source`
2. generate website with into `public` folder with `hugo -d public`
3. checkout `master`
4. replace all contents with the files from `public` (e.g. with `mv public/* .`)
5. do a commitNot beautiful, but I don't want to do another [submodule setup](https://gohugo.io/hosting-and-deployment/hosting-on-github/#github-user-or-organization-pages).