- Do
fig build
- then
fig run --service-ports web
- To create new post, run
rake new_post["Awesome Title"]
- inside the container
rake generate
thenrake preview
- access it
localhost:4000
ormachineIP:4000
.
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
This is the code for tech.namshi.io, built with Octopress.