Skip to content

ether200/tech-blog

Repository files navigation

Tech Blog

Project Image


Table of Contents


Description

After learning about Tailwind CSS I decided to apply the knowledge I got into this little project. It reads files written with markdown, i'll be adding posts written by different developers that I think it'll help me in my career.

Technologies

  • NextJS
  • Markdown
  • MDX
  • Tailwind CSS

How To Use

The project supports black / light mode. The home page shows the latest 3 blogs ordered by creation date. The main layout contains a sidebar where you have a link to the latest 5 posts and categories.

Project Image

Each blog has a link to it's own page where you can read all the content written with Markdown styled with Tailwind CSS Markdown plugin.

Project Image

License

MIT License

Copyright (c) [2021] [Iván Muntian]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Author Info

Back To The Top