public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mephisto / test / fixtures / sections.yml
100644 96 lines (96 sloc) 1.663 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# title, :string, :limit => 255
home:
  id: 1
  site_id: 1
  name: Home
  path: ''
  articles_count: 3
  template: home.liquid
  archive_path: archives
  position: 1
about:
  id: 2
  site_id: 1
  name: About
  path: about
  show_paged_articles: true
  articles_count: 3
  template: page.liquid
  archive_path: archives
  position: 2
cupcake_home:
  id: 3
  site_id: 2
  name: Home
  path: ''
  show_paged_articles: true
  template: home.liquid
  articles_count: 1
  archive_path: archives
  position: 1
cupcake_about:
  id: 4
  site_id: 2
  name: About
  path: about
  show_paged_articles: true
  template: page.liquid
  articles_count: 1
  archive_path: archives
  position: 2
earth:
  id: 5
  site_id: 1
  name: Earth
  path: earth
  show_paged_articles: false
  articles_count: 0
  archive_path: archives
  position: 3
europe:
  id: 6
  site_id: 1
  name: Europe
  path: earth/europe
  show_paged_articles: false
  articles_count: 0
  archive_path: archives
  position: 4
africa:
  id: 7
  site_id: 1
  name: Africa
  path: earth/africa
  show_paged_articles: false
  articles_count: 0
  archive_path: archives
  position: 5
bucharest:
  id: 8
  site_id: 1
  name: Bucharest
  path: earth/europe/romania/bucharest
  show_paged_articles: false
  articles_count: 0
  archive_path: archives
  position: 6
links:
  id: 9
  site_id: 1
  name: Links
  path: links
  show_paged_articles: true
  template: page.liquid
  articles_count: 0
  archive_path: archives
  position: 7
paged_section:
  id: 10
  site_id: 1
  name: Paged Section
  path: paged-section
  show_paged_articles: true
  template: page.liquid
  articles_count: 2
  archive_path: archives
  position: 8