Testing the set up for now
This commit is contained in:
parent
68555b4ac2
commit
96ebf79c2b
10 changed files with 215 additions and 0 deletions
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
16
.idea/Lheorvine.iml
generated
Normal file
16
.idea/Lheorvine.iml
generated
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="RUBY_MODULE" version="4">
|
||||||
|
<component name="ModuleRunConfigurationManager">
|
||||||
|
<shared />
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.20, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
</component>
|
||||||
|
</module>
|
4
.idea/encodings.xml
generated
Normal file
4
.idea/encodings.xml
generated
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||||
|
</project>
|
4
.idea/misc.xml
generated
Normal file
4
.idea/misc.xml
generated
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="ruby-3.3.5-p100" project-jdk-type="RUBY_SDK" />
|
||||||
|
</project>
|
9
.idea/modules.xml
generated
Normal file
9
.idea/modules.xml
generated
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/Lheorvine.iml" filepath="$PROJECT_DIR$/.idea/Lheorvine.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/modules/public.iml" filepath="$PROJECT_DIR$/.idea/modules/public.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
47
.idea/modules/public.iml
generated
Normal file
47
.idea/modules/public.iml
generated
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="RUBY_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/../../public">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../public/features" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../public/spec" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../public/test" isTestSource="true" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="jdk" jdkName="ruby-3.3.5-p100" jdkType="RUBY_SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.8.7, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.8, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="colorator (v1.1.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.3.4, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="em-websocket (v0.5.3, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="eventmachine (v1.2.7, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.17.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="forwardable-extended (v2.6.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="google-protobuf (v4.28.2, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="http_parser.rb (v0.8.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.14.6, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="jekyll (v4.3.4, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="jekyll-sass-converter (v3.0.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="jekyll-watch (v2.2.1, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="kramdown (v2.4.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="kramdown-parser-gfm (v1.1.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="liquid (v4.0.4, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="listen (v3.9.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="mercenary (v0.4.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="pathutil (v0.16.2, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v6.0.1, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.11.2, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.11.1, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.3.8, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rouge (v4.4.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.5, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="sass-embedded (v1.79.4, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="terminal-table (v3.0.2, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.6.0, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="webrick (v1.8.2, ruby-3.3.5-p100) [gem]" level="application" />
|
||||||
|
</component>
|
||||||
|
<component name="RubyModuleProperties">
|
||||||
|
<option name="autoCreated" value="true" />
|
||||||
|
</component>
|
||||||
|
</module>
|
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
74
public/Gemfile.lock
Normal file
74
public/Gemfile.lock
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
addressable (2.8.7)
|
||||||
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
|
bigdecimal (3.1.8)
|
||||||
|
colorator (1.1.0)
|
||||||
|
concurrent-ruby (1.3.4)
|
||||||
|
em-websocket (0.5.3)
|
||||||
|
eventmachine (>= 0.12.9)
|
||||||
|
http_parser.rb (~> 0)
|
||||||
|
eventmachine (1.2.7)
|
||||||
|
ffi (1.17.0-x64-mingw-ucrt)
|
||||||
|
forwardable-extended (2.6.0)
|
||||||
|
google-protobuf (4.28.2-x64-mingw-ucrt)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
http_parser.rb (0.8.0)
|
||||||
|
i18n (1.14.6)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
jekyll (4.3.4)
|
||||||
|
addressable (~> 2.4)
|
||||||
|
colorator (~> 1.0)
|
||||||
|
em-websocket (~> 0.5)
|
||||||
|
i18n (~> 1.0)
|
||||||
|
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||||
|
jekyll-watch (~> 2.0)
|
||||||
|
kramdown (~> 2.3, >= 2.3.1)
|
||||||
|
kramdown-parser-gfm (~> 1.0)
|
||||||
|
liquid (~> 4.0)
|
||||||
|
mercenary (>= 0.3.6, < 0.5)
|
||||||
|
pathutil (~> 0.9)
|
||||||
|
rouge (>= 3.0, < 5.0)
|
||||||
|
safe_yaml (~> 1.0)
|
||||||
|
terminal-table (>= 1.8, < 4.0)
|
||||||
|
webrick (~> 1.7)
|
||||||
|
jekyll-sass-converter (3.0.0)
|
||||||
|
sass-embedded (~> 1.54)
|
||||||
|
jekyll-watch (2.2.1)
|
||||||
|
listen (~> 3.0)
|
||||||
|
kramdown (2.4.0)
|
||||||
|
rexml
|
||||||
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
kramdown (~> 2.0)
|
||||||
|
liquid (4.0.4)
|
||||||
|
listen (3.9.0)
|
||||||
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
mercenary (0.4.0)
|
||||||
|
pathutil (0.16.2)
|
||||||
|
forwardable-extended (~> 2.6)
|
||||||
|
public_suffix (6.0.1)
|
||||||
|
rake (13.2.1)
|
||||||
|
rb-fsevent (0.11.2)
|
||||||
|
rb-inotify (0.11.1)
|
||||||
|
ffi (~> 1.0)
|
||||||
|
rexml (3.3.8)
|
||||||
|
rouge (4.4.0)
|
||||||
|
safe_yaml (1.0.5)
|
||||||
|
sass-embedded (1.79.4-x64-mingw-ucrt)
|
||||||
|
google-protobuf (~> 4.27)
|
||||||
|
terminal-table (3.0.2)
|
||||||
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
|
unicode-display_width (2.6.0)
|
||||||
|
webrick (1.8.2)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
x64-mingw-ucrt
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
jekyll
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
2.5.16
|
23
public/_site/index.html
Normal file
23
public/_site/index.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="generator" content="GitLab Pages">
|
||||||
|
<title>Plain HTML site using GitLab Pages</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="navbar">
|
||||||
|
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
|
||||||
|
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
|
||||||
|
<a href="https://gitlab.com/pages/">Other Examples</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h1>Hello World!</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
24
public/_site/style.css
Normal file
24
public/_site/style.css
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
body {
|
||||||
|
font-family: sans-serif;
|
||||||
|
margin: auto;
|
||||||
|
max-width: 1280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
background-color: #313236;
|
||||||
|
border-radius: 2px;
|
||||||
|
max-width: 800px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a {
|
||||||
|
color: #aaa;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 15px;
|
||||||
|
padding: 10px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar a:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue