Skip to content

johnpaulbin/LearnAnyX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnAnyX

Learn any skill—or any tidbit of knowledge (X) — in Y minutes.

Inspired by learnxinyminutes.com.

A Jekyll site hosted on GitHub Pages providing quick, digestible introductions to programming languages, natural languages, tools, and concepts.

https://johnpaulbin.github.io/LearnAnyX/

Development

This is a Jekyll site using the default GitHub Pages build pipeline.

Local Setup

gem install jekyll bundler
bundle install
bundle exec jekyll serve

Project Structure

├── _config.yml          # Site configuration
├── _layouts/            # Custom layouts
├── assets/
│   ├── css/style.scss   # Styles
│   ├── images/          # Images
│   └── audio/           # Audio files
├── pages/               # Topic pages
└── index.md             # Homepage

Contributing

See CONTRIBUTING.md.

License

MIT

About

Learn any skill—or any tidbit of knowledge (X) in Y minutes. Inspired by learnxinyminutes.com

Resources

License

Contributing

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors