Skip to content
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ffa03c2
update menu structure
yuhattor Feb 10, 2025
d8b8a80
Updating menu
yuhattor Feb 10, 2025
eb805f9
update notice design
yuhattor Feb 10, 2025
95bbc58
update index page (top-page)
yuhattor Feb 10, 2025
5a43318
updating index
yuhattor Feb 10, 2025
05f1fe2
update learning path visual
yuhattor Feb 10, 2025
b558acf
update the list
yuhattor Feb 10, 2025
79f6bd3
update
yuhattor Feb 10, 2025
583994d
update settings
yuhattor Feb 10, 2025
5aeb618
update page config
yuhattor Feb 10, 2025
338b81a
update
yuhattor Feb 10, 2025
3a75ec3
update
yuhattor Feb 11, 2025
bcfe0a7
updating header and featured article
yuhattor Feb 11, 2025
1b5093b
improve web performance
yuhattor Feb 11, 2025
1399263
update page
yuhattor Feb 11, 2025
e15fff6
Update Hugo server detection for Google Analytics
yuhattor Feb 11, 2025
7982673
update
yuhattor Feb 11, 2025
8f39c6b
feat: add search
jeffabailey Feb 21, 2025
d4d7e5a
fix: omit redirects pages
jeffabailey Feb 22, 2025
d673861
change div elm to span elm
yuhattor Feb 22, 2025
1184de8
widen search bar
yuhattor Feb 22, 2025
c996a59
update menu
yuhattor Feb 22, 2025
8aed090
fix color
yuhattor Feb 22, 2025
e040eab
fix menu height
yuhattor Feb 22, 2025
287d99f
remove comment
yuhattor Feb 22, 2025
c520650
adding Slack animation
yuhattor Feb 22, 2025
dbee9b1
update slack animation
yuhattor Feb 22, 2025
7eaff44
update upcoming event page
yuhattor Feb 22, 2025
e19b5d1
Merge pull request #990 from InnerSourceCommons/add-search
yuhattor Feb 22, 2025
1402019
Merge remote-tracking branch 'origin/master' into theme-update
yuhattor Mar 13, 2025
d38c7e4
update menu
yuhattor Mar 13, 2025
4945cc7
update margin and padding
yuhattor Mar 13, 2025
bbee627
update language selector
yuhattor Mar 13, 2025
6a25de0
fix: add newline
jeffabailey Mar 16, 2025
01eb9f0
fix: add newline
jeffabailey Mar 16, 2025
f03db8a
fix: add newline
jeffabailey Mar 16, 2025
abd8a12
fix: add newline
jeffabailey Mar 16, 2025
5df9b08
fix: add newline
jeffabailey Mar 16, 2025
bcff137
fix: add newline
jeffabailey Mar 16, 2025
f6669b3
chore: update search result header color
jeffabailey Mar 26, 2025
363ebe8
Merge branch 'master' into theme-update
yuhattor Apr 2, 2025
eb44c42
update version
yuhattor Apr 2, 2025
a5165d0
updating menu
yuhattor Apr 2, 2025
bde7f28
update
yuhattor Apr 2, 2025
1a11788
update language setting
yuhattor Apr 2, 2025
175d4b5
Update config.yaml
yuhattor Apr 2, 2025
1e7e6a2
upldate logo setting on mobile
yuhattor Apr 2, 2025
b522adc
Update config/_default/config.yaml
yuhattor Apr 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: peaceiris/actions-hugo@v2
with:
# When this version is updated, it must be also updated at docker-compose.yml
hugo-version: '0.133.1'
hugo-version: '0.145.0'
extended: true
- name: Copy the missing files from /content/en for publishing each language site
run: |
Expand Down
6 changes: 0 additions & 6 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
// Preloader js
$(window).on('load', function () {
$('.preloader').fadeOut(100);
var calendarContainer = document.getElementById('calendar-container');
if(calendarContainer){
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone
const html = `<iframe src="https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=${timezone}" style=" border:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>`
calendarContainer.innerHTML = html;
}
});

// Accordions
Expand Down
3 changes: 3 additions & 0 deletions assets/scss/_common.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
background-color: $body-color;
overflow-x: hidden;
text-align: left;
}

::selection {
Expand Down Expand Up @@ -75,9 +76,11 @@ a:hover {
.section {
padding-top: 70px;
padding-bottom: 70px;
text-align: left;

&-title {
margin-bottom: 30px;
text-align: left;
}
}

Expand Down
Loading