Skip to content

justpeterpan/amsterdamn

Repository files navigation

ɣrɑχt

About the Project

Website Screenshot
Minimal blog template to capture your thoughts and ideas.

Built With

Getting Started

To get a local instance up and running follow these simple (or not, looking at you Node) steps.

Requirements & Installation

Contributing

  1. Clone Project
  2. Create Feature Branch (git checkout -b feature/name-of-feature-or-post)
  3. Commit changes
    • New Feature: git commit -m '✨ add new-feature-description'
    • New Post: git commit -m '🗒️ add new-post-title'
    • Bugfix: git commit -m '🐛 fix bugfix-description'
    • Refactoring: git commit -m '🎨 refactor component-or-sth-else-description'
    • Update: git commit -m '⬆️ update dependency-name-version'
    • Documentation: git commit -m '📝 update documentation-description'
  4. Push to branch (git push origin feature/name-of-feature-or-post)
  5. Create new pull request

Roadmap

  • Refactor DamnHero-Component
  • Update Readme
  • Add Usage Information to Readme
  • Add back to home-Button on Post-Pages
  • Add Image-Component
  • Add Navbar
  • Refactor content subfolder structure
  • Implement themes via config file
  • Domain setup
  • Add favicon
  • Add title
  • Add TypeScript ESLint config