Commit Graph

27 Commits

Author SHA1 Message Date
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00
Rico Sta. Cruz 44bdd413fb
Major rewrite (!) (#2130) 2024-03-28 19:59:22 +11:00
Rico Sta. Cruz 6fbdf3efbe
Update dependencies, Ruby, Node (#2099)
* Update deps

* Update GitHub actions

* Update netlify runtimes

* Add csv

* Downgrade to Ruby 3.2.3
2024-02-04 22:35:55 +11:00
Mike Hatch e3cd185414
Formatting: capitalized first letter on some headings (#1044)
Capitalized first letter on "Keywords," "Description," and "Intro" to be more consistent with document's current style.
2020-07-05 20:56:59 +10:00
Rico Sta. Cruz 360bb87287 Cleanup: update timestamps of files 2020-07-04 23:33:09 +10:00
Rico Sta. Cruz a20fdfe4e6 Update the critical path with Parcel too 2020-06-14 23:09:47 +10:00
Rendy Wijaya ec4b0cf9bd
fix command First-time setup docker 2020-06-09 13:11:18 +07:00
Kreyren dcc12e5c00 gitpod: deploy
Disclaimer: i'm not gitpod staff i just like their product

Proposing to integrate gitpod with this repository which is online IDE based on Theia which allows contributors to open an online environment without the need to fetch deps on their local system.

This service is free for open-source repositories.

Example of the runtime:
https://gitpod.io/#https://github.com/RXT067/cheatsheets/tree/gitpod

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
2019-12-13 22:45:47 +00:00
Enrico Sacchetti d444d081d5 Feat/markdown tables (#665)
* docs(contributing): add yarn to one-time docker use

* feat(markdown): add lists and tables

- add h2 example
2018-11-07 13:53:22 -07:00
Rico Sta. Cruz 175121e581
Add Docker support 2018-06-27 07:10:51 +08:00
Gerasimos (Makis) Maropoulos 92c42d59a2
Windows quickstart tutorial on CONTRIBUTING.md
Developer notes::Starting a local instance

### Windows

1. Install **Ruby**: https://rubyinstaller.org/
	* After the installation check the box and type `3` to select the 3rd option
	* Add `C:\msys64\usr\bin` to PATH env variable 
	* Add `C:\Ruby24-x64\bin` to PATH env variable
2. Install **yarn**: https://yarnpkg.com/en/docs/install#windows
3. Install **jekyll** via command prompt: `gem install jekyll bundler`
4. Install **nodejs && npm**: https://nodejs.org/en/download/
4. Install **webpack** via command prompt: `npm install -g webpack`
5. If you have any issues after installing ruby, like `HOMEPATH` is not defined, then execute the below commands:
```bash
SETX HOMEDRIVE %SYSTEMDRIVE% -m
SETX HOMEPATH \Users\%username% -m
SET HOME=%SYSTEMDRIVE%\Users\%USERNAME%
SETX HOME "%HOME%"
```

#### Start Jekyll and Webpack

Go wherever the project's files are located and open a new command prompt, execute the below commands:

```bash
yarn install
bundle install
SET PORT=4001
yarn run dev
```
2017-12-21 06:33:07 +02:00
Rico Sta. Cruz 544ad25199
jekyll: don't rebuild unless necessary 2017-10-20 18:14:52 +08:00
Rico Sta. Cruz 37ae72fcb6
Implement critical path JS 2017-10-19 12:37:49 +08:00
Rico Sta. Cruz b3beaccbe9
Add critical path CSS 2017-10-19 11:53:21 +08:00
Rico Sta. Cruz 3866f160f9
Implement keywords-based descriptions 2017-10-16 02:02:23 +08:00
Rico Sta. Cruz b8ee6a8171
Add CloudFlare purging helper 2017-10-13 03:58:52 +08:00
Rico Sta. Cruz fe728b7322
enyzme: update for v3 2017-10-12 18:10:12 +08:00
Rico Sta. Cruz 0487707c04
Use 'yarn run dev' for everything 2017-10-02 05:59:44 +08:00
Rico Sta. Cruz b906becabf
Add some tests 2017-10-02 04:57:41 +08:00
Rico Sta. Cruz 6c94c9d5e6
Update URLs 2017-09-27 08:20:12 +08:00
Rico Sta. Cruz 2aeeb3f677
cheatsheet-styles: how meta 2017-09-22 14:06:06 +08:00
Rico Sta. Cruz 2c4ae49491
101: big update 2017-09-21 16:25:42 +08:00
Rico Sta. Cruz 39ed6150ed
camp: add cheatsheet for node.js web server framework 2017-09-21 15:59:20 +08:00
Rico Sta. Cruz 926704b4a1
CONTRIBUTING: update more classnames 2017-09-04 14:23:29 +08:00
Rico Sta. Cruz 0188226c6e
Implement 'type' metadata 2017-09-04 10:23:45 +08:00
Rico Sta. Cruz 85539f7878
Add info on forking 2017-09-04 10:01:24 +08:00
Rico Sta. Cruz 898900e90d
Add CONTRIBUTING.md 2017-09-04 09:44:14 +08:00