placeholder Static blogging website for techtipbites.tk
I was looking to setup a static website for FREE to write blogs. Let me know how you'll like/dislike it.
This is a static website powered by Hexo. My choice for the theme is Cactus with it's Dark varient.
If you want to create one of your own. Checkout the blog "How This Site is Made (Free means Freedom)" with template source at git:hexo-static-blog
As already described in the blog "How This Site is Made (Free means Freedom)" with template source at git:hexo-static-blog
[Warning]This branch contains the actual live site. Never directly add/edit here (The Admin has already put measures in GitHub settings to discourage that)
The steps to add a new page/post/article are:
- Always create a post/<title> or page/<title> or article/<title> or topic/ branch from master
- Put your page/post/article(s)/topic-post(s) in that branch (How-To)
- Check thoroughly by running
npm run server
ornpm run draft-server
(for draft posts) in your local system - Create a Pull Request (PR) towards preview branch and let the administrator know about your intentions.
- Please don't try to serve the whole platter at once. As the name suggests, we're here to take a tip and/or a bite at a time.
- It's the Admin's job to create a platter (i.e. create a PR from preview to master), when they seem fit & take it towards live phase.
This branch is the last checkpoint before new pages/posts/structures/themes goes live for the whole world.
If any new feature/theme/structural change, that looks feasible and lucrative enough to add to the website, then, this is the place, where you should start. It's the place where both saints & devils can mess around. New changes, will be merged to develop & then will start its journey towards preview. Create a new feature branch from here.