public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] sites/www:master commit in: /
@ 2015-11-30 19:48 Alex Legler
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Legler @ 2015-11-30 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     290e3c916a29c2a8b2aa4b5d89adc1343e7122f8
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Mon Nov 30 19:48:13 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 19:48:13 2015 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=290e3c91

Add code style settings

 .rubocop.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 0000000..fe6df44
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,17 @@
+Style/FormatString:
+  Enabled: false
+
+Style/Documentation:
+  Enabled: false
+
+Style/PerlBackrefs:
+  Enabled: false
+
+Metrics/LineLength:
+  Max: 120
+
+Metrics/MethodLength:
+  Max: 20
+
+Metrics/ModuleLength:
+  Max: 200


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] sites/www:master commit in: /
@ 2016-04-11 10:54 Alex Legler
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Legler @ 2016-04-11 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     28c84df67303ca35f8328d9aec21e6ff95092904
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Mon Apr 11 10:54:01 2016 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 10:54:01 2016 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=28c84df6

Field trial: New CDN

 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 68d3310..fdbe844 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,7 +5,7 @@ description: News and information from Gentoo Linux
 baseurl: ""
 url: "https://www.gentoo.org"
 
-cdnurl: https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com
+cdnurl: https://assets.gentoo.org/tyrian
 contact: /inside-gentoo/contact/
 copyrightyears: "2001&ndash;2016"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] sites/www:master commit in: /
@ 2016-12-13  7:44 Alex Legler
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Legler @ 2016-12-13  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e3d9dd38ce8c080cfdfde9d398462b1497dc0f87
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Tue Dec 13 07:44:09 2016 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 07:44:09 2016 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=e3d9dd38

Update to jekyll-3

 _config.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index fdbe844..1e39c6a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,14 +14,13 @@ markdown: kramdown
 sass:
   style: :compressed
 
-permalink: /news/:year/:month/:day/:title.html
-
 defaults:
   -
     scope:
-      path: "" # an empty string here means all files in the project
+      type: pages
     values:
       layout: "page"
+      permalink: /:path/:basename:output_ext
   -
     scope:
       path: inside-gentoo
@@ -29,10 +28,10 @@ defaults:
       nav1: inside-gentoo
   -
     scope:
-      path: ""
       type: "posts"
     values:
       layout: "post"
+      permalink: /news/:year/:month/:day/:title.html
       nav1: home
       nav2: news
       nav2-show: true


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] sites/www:master commit in: /
@ 2017-02-19 20:56 Robin H. Johnson
  0 siblings, 0 replies; 8+ messages in thread
From: Robin H. Johnson @ 2017-02-19 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     511dcf2cc773518c673c744a26e0d679e0cfbadb
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 20:55:49 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 20:55:49 2017 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=511dcf2c

_config: bump copyright year.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 1e39c6a..804950b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,7 +7,7 @@ url: "https://www.gentoo.org"
 
 cdnurl: https://assets.gentoo.org/tyrian
 contact: /inside-gentoo/contact/
-copyrightyears: "2001&ndash;2016"
+copyrightyears: "2001&ndash;2017"
 
 excerpt_separator: <!--more-->
 markdown: kramdown


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] sites/www:master commit in: /
@ 2017-04-27  7:45 Matthew Marchese
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Marchese @ 2017-04-27  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     06defaf09aeb4b1d5f39b1d168844a5a4361b7b7
Author:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 07:43:37 2017 +0000
Commit:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 07:43:37 2017 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=06defaf0

Make git ignore wget-log* files.

These files are generated in the base of the repository
when running bash ./bin/update.sh. They can be safely
ignored.

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 6435568..8ee12f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ CVS
 .DS_Store
 ._*
 *~
+wget-log*


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] sites/www:master commit in: /
@ 2017-04-27  7:45 Matthew Marchese
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Marchese @ 2017-04-27  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     84afed882764e9e0a34d3ad5e60cd6521f0110af
Author:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 07:42:42 2017 +0000
Commit:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 07:42:42 2017 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=84afed88

Update README a bit.

 README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 3bd0c85..a7bac90 100644
--- a/README
+++ b/README
@@ -1 +1,7 @@
-# emerge nokogiri jekyll kramdown
+## Dependencies
+
+`emerge dev-ruby/nokogiri www-apps/jekyll dev-ruby/kramdown`
+
+## Dynamic information 
+
+Once the dependencies have been emerged, run `bash ./bin/update.sh` from the base directory to update the site's dynamically generated information. Expect "LDAP user information" to be skipped when not running from a Gentoo box.


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] sites/www:master commit in: /
@ 2017-06-06  6:16 Matthew Marchese
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Marchese @ 2017-06-06  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4be0f29ecf4213416dfb1a8db6190558f6562c70
Author:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 04:32:15 2017 +0000
Commit:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 04:33:43 2017 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=4be0f29e

Sentence case for headers.

Signed-off-by: Matthew Marchese <maffblaster <AT> gentoo.org>

 index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 635890a..6ced905 100644
--- a/index.html
+++ b/index.html
@@ -31,22 +31,22 @@ meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux New
 
 <div class="row">
   <div class="col-xs-12 col-md-6">
-    <h2>Developer Blogs <small>live from <a href="https://planet.gentoo.org">Planet Gentoo</a></small></h2>
+    <h2>Developer blogs <small>live from <a href="https://planet.gentoo.org">Planet Gentoo</a></small></h2>
     {% include frontpage/planet %}
   </div>
   <div class="col-xs-12 col-md-6">
-    <h2>Security Advisories <small>from our <a href="https://security.gentoo.org/">Security database</a></small></h2>
+    <h2>Security advisories <small>from our <a href="https://security.gentoo.org/">Security database</a></small></h2>
     {% include frontpage/glsa %}
   </div>
 </div>
 
 <div class="row">
   <div class="col-xs-12 col-md-6">
-    <h2>New Packages <small>more at the <a href="https://packages.gentoo.org">Gentoo Packages database</a></small></h2>
+    <h2>New packages <small>more at the <a href="https://packages.gentoo.org">Gentoo Packages database</a></small></h2>
     {% include frontpage/packages %}
   </div>
   <div class="col-xs-12 col-md-6">
-    <h2>Fresh Documentation <small>on the <a href="https://wiki.gentoo.org/">Gentoo Wiki</a></small></h2>
+    <h2>Fresh documentation <small>on the <a href="https://wiki.gentoo.org/">Gentoo Wiki</a></small></h2>
     {% include frontpage/wiki %}
   </div>
 </div>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] sites/www:master commit in: /
@ 2017-07-28  4:15 Matthew Marchese
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Marchese @ 2017-07-28  4:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ce50ec964c2781390d6ac0f8c69238df80bfcab7
Author:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 04:14:53 2017 +0000
Commit:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 04:14:53 2017 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=ce50ec96

Fix another sentence case.

 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 7b98684..7ad411a 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ nav1: home
 nav1-show: true
 nav1-weight: 1
 description: 'The website of Gentoo, a flexible Linux or BSD distribution.'
-meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux News" href="/feeds/news.xml">'
+meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux news" href="/feeds/news.xml">'
 ---
 {% include hero-section/start class="emergehdr" %}
 <div class="row">


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-28  4:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06  6:16 [gentoo-commits] sites/www:master commit in: / Matthew Marchese
  -- strict thread matches above, loose matches on Subject: below --
2017-07-28  4:15 Matthew Marchese
2017-04-27  7:45 Matthew Marchese
2017-04-27  7:45 Matthew Marchese
2017-02-19 20:56 Robin H. Johnson
2016-12-13  7:44 Alex Legler
2016-04-11 10:54 Alex Legler
2015-11-30 19:48 Alex Legler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox