sitepress-cli 2.0.0.beta3 → 2.0.0.beta4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/templates/default/pages/index.html.erb +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb006137b5f33f8d301b33b9cdd23e7829b3ed64cbd5a47fe90d7f388522f44e
|
|
4
|
+
data.tar.gz: 7082dcb8d70cc7be61d2f1e5e631859d608eedc5e2604b2990e7b1806b642db7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9469c5aac52e30934eb1efbe5e711b7392edacc18f15df4c05a15c8c39e92372fd0ecd5a6b9688433bf903d204b44a391bfa62a21ef619abfbbcfcefc7d56975
|
|
7
|
+
data.tar.gz: 160c4ad63e50e267fa1b308e211f11b52a0807df73507581d194dfc6eed74ad7773b2a58f066b9535fac73f37321737cff510dd2b9a658c0ea627f7bac0f55c7
|
|
@@ -11,5 +11,8 @@ title: Welcome to Sitepress
|
|
|
11
11
|
<h3>Compile</h3>
|
|
12
12
|
<p>When you're ready to build the website, run <code>sitepress compile</code> and the website files and assets will all be built and compiled into the <code><%= site.root_path.join("build").expand_path %></code> path.</p>
|
|
13
13
|
|
|
14
|
+
<h3>Deploy</h3>
|
|
15
|
+
<p>I included an example Rakefile at <code><%= site.root_path.join("Rakefile").expand_path %></code> that deploys the build to an AWS S3 bucket. You can customize it to fit your needs or use a completely different deployment pipeline. Whatever floats your boat.</p>
|
|
16
|
+
|
|
14
17
|
<h3>Documentation</h3>
|
|
15
18
|
<p>Check out the <a href="https://sitepress.cc">Sitepress website</a> for help on getting started and documentation. Since Sitepress is also built on top of Rails, most of the <a href="https://guides.rubyonrails.org/action_view_helpers.html">Rails view helpers</a> work too.</p>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sitepress-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.
|
|
4
|
+
version: 2.0.0.beta4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brad Gessler
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.0.0.
|
|
19
|
+
version: 2.0.0.beta4
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.0.0.
|
|
26
|
+
version: 2.0.0.beta4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: thor
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|