You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This site was developed by the [Code4Lib 2021 Conference Committee Website Working Group](https://wiki.code4lib.org/Code4Lib_2021_Conference_Committees#Website_Working_Group) based on a design by the [2016 working group](https://wiki.code4lib.org/2016_Conference_Committees#Website_Working_Group). A great deal of conference and organizational info can be found on the [Code4Lib Wiki](https://wiki.code4lib.org/Main_Page) and the [Code4Lib Site](https://code4lib.org), but this site should serve as a gateway to the various sources of Code4Lib information while providing visitors with a user-friendly way to find conference-specific info.
5
+
This site is developed by the [Code4Lib 2022 Conference Committee Website Working Group](https://wiki.code4lib.org/Code4Lib_2022_Conference_Committees#Website_Working_Group) based on a design by the [2016 working group](https://wiki.code4lib.org/2016_Conference_Committees#Website_Working_Group). A great deal of conference and organizational info can be found on the [Code4Lib Wiki](https://wiki.code4lib.org/Main_Page) and the [Code4Lib Site](https://code4lib.org), but this site should serve as a gateway to the various sources of Code4Lib information while providing visitors with a user-friendly way to find conference-specific info.
6
6
7
-
This site was designed with future users in mind, so the group chose platforms that would be accessible to a wide range of users: [Jekyll](https://jekyllrb.com) and [GitHub Pages](https://pages.github.com).
7
+
This site is designed with future users in mind, so the group chose platforms that would be accessible to a wide range of users: [Jekyll](https://jekyllrb.com) and [GitHub Pages](https://pages.github.com).
8
8
9
9
## Resources
10
10
11
-
More details are available in the [GitHub wiki](https://github.com/code4lib/2021.code4lib.org/wiki).
11
+
More details are available in the [GitHub wiki](https://github.com/code4lib/2022.code4lib.org/wiki).
12
12
13
13
## About Jekyll
14
14
@@ -18,11 +18,11 @@ More details are available in the [GitHub wiki](https://github.com/code4lib/2021
18
18
19
19
Steps for contributing have been documented in the [wiki on the 2016 site's GitHub page](https://github.com/code4lib/2016.code4lib.org/wiki) and will be updated as needed.
20
20
21
-
See a list of [open issues](https://github.com/code4lib/2021.code4lib.org/issues). The following example uses "issue#3" as a subject. That's the branch name and is used in the commit message.
21
+
See a list of [open issues](https://github.com/code4lib/2022.code4lib.org/issues). The following example uses "issue#3" as a subject. That's the branch name and is used in the commit message.
22
22
23
23
### Setup
24
24
25
-
1.```git clone``` the [repo](https://github.com/code4lib/2021.code4lib.org) from GitHub
25
+
1.```git clone``` the [repo](https://github.com/code4lib/2022.code4lib.org) from GitHub
26
26
2. cd to repo root and ```git pull```
27
27
3.```bundle install```
28
28
4. Continue with step 3 below
@@ -48,7 +48,7 @@ See a list of [open issues](https://github.com/code4lib/2021.code4lib.org/issues
48
48
*```git push --set-upstream origin issue#3```
49
49
9. Switch back to the main branch
50
50
*```git checkout main```
51
-
10. Go to https://github.com/code4lib/2021.code4lib.org
51
+
10. Go to https://github.com/code4lib/2022.code4lib.org
52
52
11. Make a pull request base:master and compare:issue-3
53
53
12. Wait for someone to test your changes and merge the pull request
54
54
13. Do the dance of joy 🎉
@@ -63,24 +63,3 @@ See a list of [open issues](https://github.com/code4lib/2021.code4lib.org/issues
63
63
4.```bundle exec jekyll serve```
64
64
5. Check [http://localhost:4000](http://localhost:4000) that nothing is broken
65
65
6. Merge that branch into master (easiest to manage on the GitHub site)
66
-
67
-
## Dat
68
-
69
-
As an experiment the site is also available via [Dat](https://datproject.org/) which you can view
70
-
in the [Beaker Browser](https://beakerbrowser.com/) at dat://2021.code4lib.org.
71
-
If you would like to clone the site you'll need to install Dat and then:
72
-
73
-
dat clone dat://2021.code4lib.org
74
-
75
-
If you want to update the Dat site you'll need to import the secret key from a
0 commit comments