Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Linux.Community Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Linux.Chat
Linux.Community
Linux.Community Website
Compare revisions
1dec2a38dad1e51ea1235607d74d18822d0ab4c1 to 2d957a483bfb7e94d6bc61641bcb5698e8155c18
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
linux-dot-chat/linux.community/linux-community-website
Select target project
No results found
2d957a483bfb7e94d6bc61641bcb5698e8155c18
Select Git revision
Swap
Target
linux-dot-chat/linux.community/linux-community-website
Select target project
apollo/linux-community-site
SvetlanaTkachenko/linux-community-site
2 results
1dec2a38dad1e51ea1235607d74d18822d0ab4c1
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add javascript redirect to en/
· c24abdbf
Nigel Kukard
authored
2 years ago
c24abdbf
Merge branch 'nkupdates' into 'master'
· 2d957a48
Nigel Kukard
authored
2 years ago
Add javascript redirect to en/ See merge request
!11
2d957a48
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
_includes/header.html
+1
-1
1 addition, 1 deletion
_includes/header.html
index.root.html
+9
-0
9 additions, 0 deletions
index.root.html
with
11 additions
and
1 deletion
.gitlab-ci.yml
View file @
2d957a48
...
...
@@ -13,6 +13,7 @@ test:
-
gem install bundler
-
bundle install
-
bundle exec jekyll build --destination=build/
-
cp index.root.html build/index.html
# Artifacts
artifacts
:
expire_in
:
1 day
...
...
This diff is collapsed.
Click to expand it.
_includes/header.html
View file @
2d957a48
<!DOCTYPE html>
<html
lang=
"en"
>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
This diff is collapsed.
Click to expand it.
index.root.html
0 → 100644
View file @
2d957a48
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<script>
window
.
location
.
replace
(
"
en/
"
);
</script>
</head>
</html>
This diff is collapsed.
Click to expand it.