Forgotten Developer - a terminal like theme for Frontity.
The starting point of all achievement is desire.
I always had the desire to create my personal blog with my own terminal like design. This new year, I’m incredibly happy to share my terminal like theme for Frontity. The theme is amazingly simple but unique which is dedicated to developers and geeky folks. It is minimalist and very lightweight. You could use the theme package as a starting point to build your next programming website or blog.
- Create a Frontity project named 
developer-blogwith Forgotten Developer theme 
npx frontity create --theme forgotten-developer developer-blog- The CLI will run its part and once completed, run the project and have fun! 🎉
 
cd developer-blog && npx frontity devnpm i forgotten-developerOnce installed it should be included in your frontity.settings.js.
The theme options can be specified in the state.theme property.
{
  name: "forgotten-developer",
  state: {
    theme: {
      menu: [
        ["Home", "/"],
        ["C", "/C/"],
        ["Git", "/git/"],
        ["Java", "/java/"],
        ["JavaScript", "/javascript/"]
      ],
      featured: {
        showOnList: false,
        showOnPost: false
      }
    }
  }
},- Light and semi-dark mode
 - Search feature
 - Toggle to hide and show sidebar and footer