Skip to content

Commit 7c6d19d

Browse files
committed
a few link updates
1 parent 384f6a7 commit 7c6d19d

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

‎.zenodo.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "The Open Buddhist University",
33
"keywords": ["buddhism", "mooc", "courseware", "course", "curriculum", "bibliography"],
44
"upload_type": "lesson",
5-
"description": "<p>A library of free courses and other materials for studying the fundamentals of Buddhism, it also includes dozens of topical bibliographies atop a database of roughly a thousand free articles, books, and recordings across the breadth of Buddhist Studies.</p><p>This archive contains the source code for building <a href=\"https://buddhist-uni.github.io\">the website</a> with <a href=\"http://jekyllrb.com/\">Jekyll</a>.</p>",
5+
"description": "<p>A library of free courses and other materials for studying the fundamentals of Buddhism, it also includes dozens of topical bibliographies atop a database of roughly a thousand free articles, books, and recordings across the breadth of Buddhist Studies.</p><p>This archive contains the source code for building <a href=\"https://www.buddhistuniversity.net\">the website</a> with <a href=\"http://jekyllrb.com/\">Jekyll</a>.</p>",
66
"creators": [{
77
"name": "Khemarato Bhikkhu",
88
"orcid": "0000-0003-4738-7882"
@@ -12,7 +12,7 @@
1212
"related_identifiers": [
1313
{
1414
"relation": "compiles",
15-
"identifier": "https://buddhist-uni.github.io/"
15+
"identifier": "https://www.buddhistuniversity.net"
1616
},{
1717
"relation": "isSupplementTo",
1818
"identifier": "https://github.com/buddhist-uni/buddhist-uni.github.io"

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ As a map of my mind, this library contains (editorially and structurally) my own
3232

3333
# Studying
3434

35-
There are two primary ways to study here: taking [the courses](https://buddhist-uni.github.io/courses/) or hanging out at [the library](https://buddhist-uni.github.io/library/).
35+
There are two primary ways to study here: taking [the courses](https://www.buddhistuniversity.net/courses/) or hanging out at [the library](https://www.buddhistuniversity.net/library/).
3636

37-
The library contains all the best content I've found on the internet, [organized primarily by topic](https://buddhist-uni.github.io/tags/). After reading a work, I contemplate what I learned and who I'd recommend it to. Only then do I file away the piece into topics, based on my answers to those questions.
37+
The library contains all the best content I've found on the internet, [organized primarily by topic](https://www.buddhistuniversity.net/tags/). After reading a work, I contemplate what I learned and who I'd recommend it to. Only then do I file away the piece into topics, based on my answers to those questions.
3838

3939
Once a given topic has accumulated sufficient material, I then take some time to organize it into an undergraduate-style syllabus: identifying the themes and connections across different works and putting them into dialogue with each-other. Of course, as I review the material again to create the classes, I inevitably learn a lot---as anyone who tries to teach finds out. As I go through, some works may be added to the topic that were originally categorized elsewhere, some works might be moved out of the topic, and some may even be rejected entirely.
4040

@@ -84,7 +84,7 @@ I have also tried to select content with "staying power" to avoid, as much as po
8484

8585
# Acknowledgements
8686

87-
A big thank you to [the content sources](https://buddhist-uni.github.io/sources/), to Google (for hosting [the Drive library](https://drive.google.com/drive/folders/1RJi6bEXa25zizGdsm5evCycYuY6a2D8r)), to GitHub for hosting the site, and to all the various content creators and publishers who generously put their work out there for free. It's a testament to Buddhist generosity that such an expansive and outstanding collection can be compiled (almost entirely) from free material.
87+
A big thank you to [the content sources](https://www.buddhistuniversity.net/sources/), to Google (for hosting [the Drive library](https://drive.google.com/drive/folders/1RJi6bEXa25zizGdsm5evCycYuY6a2D8r)), to GitHub for hosting the site, and to all the various content creators and publishers who generously put their work out there for free. It's a testament to Buddhist generosity that such an expansive and outstanding collection can be compiled (almost entirely) from free material.
8888

8989
# Dedication
9090

‎_config.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ url: "https://www.buddhistuniversity.net" # the base hostname & protocol for you
2424
google_analytics: UA-159403467-1
2525
github_username: buddhist-uni/buddhist-uni.github.io
2626
tinyletter_username: buddhist-uni
27+
twitter_username: buddhistuni
2728
header_pages: [about.md, courses.md, library.md, blog.md, search.html]
2829
timezone: "Asia/Bangkok"
2930
doi: "10.5281/zenodo.4448510"

‎_includes/social.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<ul class="social-media-list">
22
{%- if site.tinyletter_username -%}<li><a href="https://tinyletter.com/{{ site.tinyletter_username | cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/tinyletter-icon.svg#theicon' | relative_url }}"></use></svg> <span class="username" style="font-style: italic; font-family: Georgia, Times, serif;">TinyLetter</span></a></li>{%- endif -%}
33
{%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">GitHub</span></a></li>{%- endif -%}
4+
{%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg> <span class="username">{{ site.twitter_username| escape }}</span></a></li>{%- endif -%}
45
{%- if site.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{%- endif -%}
56
</ul>

‎assets/js/search.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
} catch (e) {
102102
loadingIndicator.style.display = 'none';
103103
searchResults.innerHTML = "<li>Sorry, your browser doesn't seem to support this feature</li>" +
104-
'<li><a href="https://www.google.com/search?q=site%3Abuddhist-uni.github.io+' + encodeURIComponent(initialSearchTerm) + '">Click here to try Google instead</a></li>';
104+
'<li><a href="https://www.google.com/search?q=site%3www.buddhistuniversity.net+' + encodeURIComponent(initialSearchTerm) + '">Click here to try Google instead</a></li>';
105105
}
106106
})();

0 commit comments

Comments
 (0)