Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cockpit backport #28

Merged
merged 28 commits into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b133a33
accessibility: removed unneeded navbar toggle
garrett Jan 23, 2018
2bddbe3
style: extend %nav-menu, as SASS is picky with extending nav.menu now
garrett Mar 19, 2018
31becb8
style: unset parts of minima to fix styled tables
garrett Mar 19, 2018
e084103
style: fixed a few more minima table stylings
garrett Mar 19, 2018
eb26566
search: switched to <template>
garrett May 14, 2018
0bd788c
search: switched keypress to keydown; fixes Chrome keybindings
garrett May 14, 2018
d7fc041
strip HTML from title strings
garrett May 17, 2018
63f7a47
removed ul margin; use default instead
garrett May 23, 2018
124c8ef
force youtube embeds to not use cookies
garrett May 23, 2018
ee73533
scale videos better when page width is small
garrett Jun 7, 2018
c7c9855
search: fixed headings (highlight)
garrett Sep 11, 2018
cb8f815
add contributor code of conduct v.1.4.1
garrett Oct 24, 2018
6b4e9b3
style: account for border width for shrinking images
garrett Jan 9, 2019
7bc5059
Fix spelling errors in assets
garrett Jun 29, 2020
ea4575c
added a simple atom feed index page
garrett Sep 14, 2017
ed20a05
fixed jekyll commmand
garrett Oct 10, 2017
b90e57e
config: turn on enhanced summary support
garrett Jan 23, 2018
a420f90
accessibility: added ARIA landmarks
garrett Feb 6, 2018
8531793
style: unset parts of minima to fix styled tables
garrett Mar 19, 2018
812acb4
style: fixed a few more minima table stylings
garrett Mar 19, 2018
b25baec
blog: make atom feeds more discoverable
garrett Mar 21, 2018
956edcb
blog: fixed blog links with baseurls
garrett Mar 21, 2018
2c84efc
publish articles with a date/time set in the future
garrett Apr 11, 2018
92345fd
add contributor code of conduct v.1.4.1
garrett Oct 24, 2018
8b0e108
CoffeeScript needs a JS engine; fix with nodejs
garrett Jul 23, 2019
00c738e
Ignore local .gem
garrett Jul 23, 2019
b73e14e
Add toolbox scripts: create, run, update, & delete
garrett Jul 23, 2019
6bd0876
Update gems (2020-08-18)
garrett Aug 24, 2020
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site
.gem
.sass-cache
.jekyll-metadata
Loading