forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
44 lines (32 loc) · 1.26 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
1. Clone repo from github into my_website
2. Add to Gemfile:
gem "minimal-mistakes-jekyll"
3. Add to _config.yml:
theme: minimal-mistakes-jekyll
4. bundle install
5. bundle exec jekyll serve
6. Navigate to localhost:4000
Making changes:
Edit _config.yml
bundle exec jekyll serve --> localhost:4000
production: https://jekyllrb.com/docs/usage/
cd my_website
JEKYLL_ENV=production bundle exec jekyll build; rm -rf ../public_html/*; cp -r _site/* ../public_html/
fix 403 permissions error: https://tig.csail.mit.edu/web-services/personal-web-page/
fs setacl public_html/ system:anyuser read
-------FONTS
global-font-family - changes main text, caption on title bar <-- set to sans-serif
header-font-family - changes header (my big name) <-- set to sans-serif
caption-font-family - don't see it anywhere
monospace - unused
sans-serif-narrow - set to sans-serif anyways
serif - Times - unused
sans-serif <-- this is the main one
in _variables.scss
$sans-serif: -apple-system, BlinkMacSystemFont, "PT Sans", "Roboto", "Segoe UI",
"Helvetica Neue", "Lucida Grande", Arial, sans-serif !important
-------BUTTON
author__content includes author__name and author__bio
author__urls-wrapper, includes author__urls
-------TODO
- namecheap - daniellefpace.com, daniellepace.ca is free!