guitsaru / website

My website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with yarn install or npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Writing Articles

Articles are stored as markdown files in priv/articles. Each article must have elixir map frontmatter containing the following information:

---
%{
  title: "A sample article title",
  published_at: ~D[2020-07-27],
  categories: ["sample"],
  image: "/images/image.jpg"
}
---

This is where the body of the article goes. It is written in markdown.

Learn more

About

My website


Languages

Language:Elixir 70.7%Language:HTML 18.6%Language:JavaScript 6.0%Language:CSS 4.3%Language:Shell 0.4%