https://github.com/paranoid-software/paranoid-software.github.io
Paranoid Software Coding Blog
https://github.com/paranoid-software/paranoid-software.github.io
blog coding paranoid-software
Last synced: 6 months ago
JSON representation
Paranoid Software Coding Blog
- Host: GitHub
- URL: https://github.com/paranoid-software/paranoid-software.github.io
- Owner: paranoid-software
- Created: 2020-10-24T18:35:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T14:45:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T13:23:57.975Z (over 1 year ago)
- Topics: blog, coding, paranoid-software
- Language: HTML
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Paranoid Software Development Blog
This is our first official blog. It is developed using Plugster and GitHub Hosting.
It is a simple HTML application with one single page and a feed of articles by topics managed by 2 plugsters:
- Navigation bar plugster, it is responsible for providing navigation between topics.
- Feed plugster, it is responsible for displaying the blog entries related to the selected topic.
## Dependencies
- jQuery
- Plugster (._.)
- showdownjs
- Highlight.js
- Bootstrap
## The database
We use a simple JSON files based database with MD files to store and design the blog entries.
The MD files and the JSON files are located and organized by topic at the **db** folder.