Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namshi/namshi.github.com
https://github.com/namshi/namshi.github.com
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/namshi/namshi.github.com
- Owner: namshi
- Created: 2018-10-01T07:37:08.000Z (about 6 years ago)
- Default Branch: source
- Last Pushed: 2022-11-30T22:13:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:15:19.864Z (7 months ago)
- Language: CSS
- Size: 114 MB
- Stars: 1
- Watchers: 31
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## How to Run it
1. Do `fig build`
2. then `fig run --service-ports web`
3. To create new post, run `rake new_post["Awesome Title"]`
4. inside the container `rake generate` then `rake preview`
5. access it `localhost:4000` or `machineIP:4000`.### Deploying
After you have tested that the pages have been merged to the `source` branch
* Setup the github pages again
```
rake setup_github_pages
```* Generate the pages again and deploy
```
rake generate && rake deploy
```## Namshi tech blog
This is the code for [tech.namshi.io](http://tech.namshi.io), built with [Octopress](http://octopress.org/).