Class: Bjjc::Sitemap

Inherits:
Object
  • Object
show all
Defined in:
lib/tasks/bjjcollective/sitemap.rb

Constant Summary collapse

DEFAULT_ORIGIN =
'https://bjjcollective.com'

Instance Method Summary collapse

Instance Method Details

#checksObject



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
# File 'lib/tasks/bjjcollective/sitemap.rb', line 9

def checks
  out = [
  #   { path: '/2022/09/sturfee-build-pipeline',       selector: 'article.wco-id-100' },
  # ]; tmp = [


    { path: '/en/locations/show/tomorrowland',       selector: 'body' },
    { path: '/en/locations/show/florida',       selector: 'body' },



    # /technique/guards
    # /technique/guards/closed-guard
    # /technique/guards/open-guard
    # /technique/guards/butterfly-guard
    # /technique/guards/rubber-guard
    # /technique/guards/de-la-riva
    # /technique/guards/reverse-de-la-riva-guard
    # /technique/guards/sleeve-and-collar-guards
    # /technique/guards/spider-guard
    # /technique/guards/turtle-guard
    # /technique/guards/x-guard
    # /technique/guards/half-guard
    # /technique/guards/inverted-guards
    # /technique/guards/koala-guard
    # /technique/guards/misc-guards
    # /technique/mounts
    # /technique/stand-up-gi
    # /technique/stand-up-no-gi
    # /technique/submission-escapes-finishes
    # /technique/sweeps
    # /technique/sweeps/butterfly-sweep
    # /technique/misc


  ]
  return out
end