Skip to content

EriecTanijaya/personal-website

Repository files navigation

Ma Personal Website

commit activity last commit version stars open issues license

 messy af

Features

  • user account register, login, logout
  • user password is encrypted
  • loginned user can create new post
  • user can delete own post
  • pagination system
  • search feature
  • sitemap system
  • storing image to webp format (better format for web)
  • theme toggler (can switch to dark mode!)
  • comment system

Screenshot

Desktop Default

desktop default

Desktop Dark

desktop dark

Mobile Default

mobile default

Mobile Dark

mobile dark

How?

  • register to mongodb atlas
  • Make the .env according to .env.example
    • fill username, password, clustername
    • fill web_url for sitemap

Thanks to

Note

  • when the glitch memory is full,

    git gc
    git prune
    rm -rf .git
    

    source: how to free up little space for glitch

  • register your site to google search console there is many way, but this method is easy to do

    • check in folder views > layout > app.edge

    • on the line 6, there is

      <meta name="google-site-verification" content="l9ku77J9I_e0gC9Qwd9ZPJ_OeUWotXVGI21tlVVn104" />
      
    • you need change that line with provided meta from google search console

    • you will get that meta when you register

    source: google search console