1.0.2 ā€¢ Published 3 years ago

forgotten-developer v1.0.2

Weekly downloads
7
License
GPL-2.0-or-later
Repository
github
Last release
3 years ago

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.

View Demo

Table of Contents

Quick install

  • Create a Frontity project named developer-blog with 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 dev

Advanced usage

npm i forgotten-developer

Once 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
      }
    }
  }
},

To Do

  • Light and semi-dark mode
  • Search feature
  • Toggle to hide and show sidebar and footer

Credits

  • Frontity Team [ 1, 2 ]