Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artem-sidorenko/www.sidorenko.io
Sources of my blog
https://github.com/artem-sidorenko/www.sidorenko.io
blog homepage hugo
Last synced: about 1 month ago
JSON representation
Sources of my blog
- Host: GitHub
- URL: https://github.com/artem-sidorenko/www.sidorenko.io
- Owner: artem-sidorenko
- Created: 2017-06-11T16:11:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T08:09:35.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T21:36:33.291Z (3 months ago)
- Topics: blog, homepage, hugo
- Language: HTML
- Homepage: https://www.sidorenko.io
- Size: 6.85 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# homepage
This repository contains the source for the internet blog [www.sidorenko.io](https://www.sidorenko.io)
## Installation of hugo
In order to have a preview of posts, you should have hugo installed. There are two possible installation ways:
- you can download hugo from the [offical releases page](https://github.com/spf13/hugo/releases) (binaries and deb packages)
- you can use the hugo deb and rpm packages from [this OBS repo](https://software.opensuse.org//download.html?project=home%3Aartem_sidorenko&package=hugo)## Adding new content
```bash
$ hugo new post/2017/01/testpost.md
```## License
Content of this blog is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
## Vendored foreign code
This repository contains hugo theme [hugo-bootstrap-premium](https://github.com/appernetic/hugo-bootstrap-premium/). This theme is vendored via [git subtree](https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree) in the folder `themes/bootstrap-premium` and is licensed under MIT license.
## Contributing
I just share the sources of my blog for the case somebody needs them. No collaboration via Pull Requests is expected, please do not open PRs. Feel free to open issues if you have any questions.