Skip to content

A Hugo blog where I post updates on my progress at 42 São Paulo.

Notifications You must be signed in to change notification settings

librity/ft_dev_diaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 Dev Diaries

42 São Paulo License Code size in bytes Lines of code Top language Last commit Netlify Status

My logbook aboard the Mothership.

Production URL: https://42devdiaries.netlify.app


Table of Contents

🧐 About

About a month ago I began my journey at 42 S Paulo. I started writing daily updates and sharing them with my squad. They're full of beginner-friendly tips about 42's projects and coding in general.

A friend told me I should post these online for posterty's sake. I was studying GO the other night and I came across a new static site generator called Hugo, so I thought I'd give it a shot.

Comments powered by utterance.es, a free comment service with no tracking or adds.

🏁 Getting Started

⚙️ Prerequisites

All you need to get started is the latest version of Hugo in your $PATH.

# macOS
$ brew install hugo
# Ubuntu/Debian
$ sudo apt-get install hugo
# Windows
$ choco install hugo-extended -confirm

🖥️ Installing

Clone the repo and start a development server:

$ git clone --recursive https://github.com/librity/ft_dev_diaries.git
$ cd ft_dev_diaries
$ hugo server -D

Open https://localhost:1313/ on your web browser.

🎈 Usage

Create new posts with:

$ hugo new posts/POST_NAME.md

🛸 42 São Paulo

Part of the larger 42 Network, 42 São Paulo is a software engineering school that offers a healthy alternative to traditional education:

  • It doesn't have any teachers and classes.
  • Students learn by cooperating and correcting each other's work (peer-to-peer learning).
  • Its focus is as much on social skills as it is on technical skills.
  • It's completely free to anyone that passes its selection process - The Piscine

It's an amazing school, and I'm grateful for the opportunity.

📚 Docs

Hugo:

Theme:

CSS:

Markdown:

Misc:

TOML Formatter:

📝 Resources

Hugo:

Themes:

Fonts:

Comments:

Forms:

Stack Overflow:

Misc:

Releases

No releases published

Packages

No packages published