Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavio-fernandes/flaviof-com
http://flaviof.com/blog2/
https://github.com/flavio-fernandes/flaviof-com
hugo utterance utterances
Last synced: 4 days ago
JSON representation
http://flaviof.com/blog2/
- Host: GitHub
- URL: https://github.com/flavio-fernandes/flaviof-com
- Owner: flavio-fernandes
- License: mit
- Created: 2016-07-26T17:30:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T16:24:45.000Z (about 1 year ago)
- Last Synced: 2024-12-26T19:14:04.867Z (8 days ago)
- Topics: hugo, utterance, utterances
- Language: JavaScript
- Homepage: http://flaviof.com/blog2/
- Size: 259 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flaviof-com
flaviof Blog Site (v2)
This repo holds the contents for what is published under:
http://flaviof.com/blog2
Howto
=====To generate this site, follow the instructions below:
1. Clone this repository
`git clone [email protected]:flavio-fernandes/flaviof-com.git && cd flaviof-com`
2. To render drafts on local server, run the command shown below:
$ hugo server --buildDrafts --watch
3. Build the site using hugo
`hugo`
4. Sync the content out to your hosting provider:
`rsync -avz --delete -e ssh public/* flaviof.com:flaviof.com/blog2/`
5. You're done!
To create a new post, run a command such as the following:
`hugo new post/hacks/test.md'
References
==========
This Readme file was copied from and inspired by the following links:* Original flaviof.com blog: https://github.com/flavio-fernandes/pelican-blog
* Silicon Loons Blog Site: https://github.com/mestery/siliconloons
* David Allen Website: http://davidrallen.com/The following are links for references for working with Hugo and Markdown:
* Hugo commands: http://gohugo.io/commands/
* Toml notation: https://github.com/toml-lang/toml
* Markdown Cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet