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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# 2025.code4lib.org
1
+
# 2026.code4lib.org
2
2
3
3
## Intro
4
-
This site is developed by the [Code4Lib 2025 Conference Committee Website Working Group](https://wiki.code4lib.org/Code4Lib_2025_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.
4
+
This site is developed by the [Code4Lib 2026 Conference Committee Website Working Group](https://wiki.code4lib.org/Code4Lib_2026_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
5
6
6
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).
7
7
8
8
## Resources
9
9
10
-
More details are available in the [GitHub wiki](https://github.com/code4lib/2025.code4lib.org/wiki).
10
+
More details are available in the [GitHub wiki](https://github.com/code4lib/2026.code4lib.org/wiki).
11
11
12
12
## About Jekyll
13
13
@@ -17,11 +17,11 @@ More details are available in the [GitHub wiki](https://github.com/code4lib/2025
17
17
18
18
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.
19
19
20
-
See a list of [open issues](https://github.com/code4lib/2025.code4lib.org/issues). The following example uses "issue#3" as a subject. That's the branch name and is used in the commit message.
20
+
See a list of [open issues](https://github.com/code4lib/2026.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
21
22
22
### Setup
23
23
24
-
1.```git clone``` the [repo](https://github.com/pulibrary/2025.code4lib.org) from GitHub
24
+
1.```git clone``` the [repo](https://github.com/pulibrary/2026.code4lib.org) from GitHub
25
25
2. cd to repo root and ```git pull```
26
26
3.```bundle install```
27
27
4. Continue with step 3 below
@@ -47,7 +47,7 @@ See a list of [open issues](https://github.com/code4lib/2025.code4lib.org/issues
47
47
*```git push --set-upstream origin issue#3```
48
48
9. Switch back to the main branch
49
49
*```git checkout main```
50
-
10. Go to https://github.com/code4lib/2025.code4lib.org
50
+
10. Go to https://github.com/code4lib/2026.code4lib.org
51
51
11. Make a pull request base:main and compare:issue-3
52
52
12. Wait for someone to test your changes and merge the pull request
0 commit comments