Skip to content

Commit 1d9df16

Browse files
committed
initial 2022 reset
1 parent 1a4a1a5 commit 1d9df16

File tree

159 files changed

+1383
-2317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+1383
-2317
lines changed

CNAME

-1
This file was deleted.

README.md

+7-28
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# 2021.code4lib.org
1+
# 2022.code4lib.org
22

33
## Intro
44

5-
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.
66

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).
88

99
## Resources
1010

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).
1212

1313
## About Jekyll
1414

@@ -18,11 +18,11 @@ More details are available in the [GitHub wiki](https://github.com/code4lib/2021
1818

1919
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.
2020

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.
2222

2323
### Setup
2424

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
2626
2. cd to repo root and ```git pull```
2727
3. ```bundle install```
2828
4. Continue with step 3 below
@@ -48,7 +48,7 @@ See a list of [open issues](https://github.com/code4lib/2021.code4lib.org/issues
4848
* ```git push --set-upstream origin issue#3```
4949
9. Switch back to the main branch
5050
* ```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
5252
11. Make a pull request base:master and compare:issue-3
5353
12. Wait for someone to test your changes and merge the pull request
5454
13. Do the dance of joy 🎉
@@ -63,24 +63,3 @@ See a list of [open issues](https://github.com/code4lib/2021.code4lib.org/issues
6363
4. ```bundle exec jekyll serve```
6464
5. Check [http://localhost:4000](http://localhost:4000) that nothing is broken
6565
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
76-
friend:
77-
78-
dat keys import < 2021.code4lib.org
79-
80-
Then you'll need to:
81-
82-
rm -rf _site
83-
dat clone dat://2021.code4lib.org _site
84-
jekyll build
85-
cd _site
86-
dat sync

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
url: http://2021.code4lib.org
1+
url: http://2022.code4lib.org
22
permalink: /:categories/:title
33
exclude: [vendor]
4-
repository: code4lib/2021.codelib.org
4+
repository: code4lib/2022.codelib.org
55
future: true
66
timezone: America/New_York
77
sass:

_data/community-support-schedule.yml

-71
This file was deleted.

_data/community-support.yml

-86
This file was deleted.

0 commit comments

Comments
 (0)